projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5d2a5
)
GtkCellAreaBoxPrivate: Improve struct packing
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:25:53 +0000
(12:25 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:25:53 +0000
(12:25 -0400)
gtk/gtkcellareabox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcellareabox.c
b/gtk/gtkcellareabox.c
index 213f61b85cde6834189002e9a90b0be7f8024a30..38ba114f3331ba82e5348a9e1af8020a3c220f72 100644
(file)
--- a/
gtk/gtkcellareabox.c
+++ b/
gtk/gtkcellareabox.c
@@
-201,8
+201,6
@@
static GSList *get_allocated_cells (GtkCellAreaBox *box,
struct _GtkCellAreaBoxPrivate
{
- GtkOrientation orientation;
-
/* We hold on to the previously focused cell when navigating
* up and down in a horizontal box (or left and right on a vertical one)
* this way we always re-enter the last focused cell.
@@
-215,6
+213,7
@@
struct _GtkCellAreaBoxPrivate
GSList *contexts;
+ GtkOrientation orientation;
gint spacing;
/* We hold on to the rtl state from a widget we are requested for